Calendar for WinForms | ComponentOne
C1.Framework.Mathematics Namespace / Matrix<T> Class / Matrix<T> Constructor / Matrix<T> Constructor(T[,])

In This Topic
    Matrix<T> Constructor(T[,])
    In This Topic
    Initializes a new instance of Matrix class.A two dimension double array used to save the elements.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal elements(,) As T _
    )
    public Matrix<T>( 
       T[,] elements
    )

    Parameters

    elements
    See Also